

                        
        .center {
            text-align: center
            }
            
              .table-custom thead th {
                background-color: #094067; /* Dark Blue */
                color: #fffffe; /* Off-White */
              }
              .table-custom tbody td {
                background-color: #90b4ce; /* Light Blue */
                color: #0f4c81; /* Darker Blue */
              }
              .table-custom .category {
                background-color: #ef4565; /* Pinkish Red */
                color: #fffffe; /* Off-White */
              }
              .table-custom .subcategory {
                background-color: #3da9fc; /* Sky Blue */
                color: #fffffe; /* Off-White */
              }